home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 58
/
MINAMI58.ISO
/
Varios
/
Juegos Flash
/
Gold Yard.exe
/
scripts
/
DefineSprite_147
/
frame_2
/
DoAction.as
Wrap
Text File
|
2003-04-29
|
172b
|
10 lines
if(pain_switch == 0 && _root.gameover == 0)
{
var pain_switch = 1;
gotoAndPlay(3);
}
else if(pain_switch == 1 && _root.gameover == 0)
{
gotoAndPlay(4);
}